﻿@charset "utf-8";

/*全局样式*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin: 0; padding: 0; border: 0; }
body { font-size: 12px; font-family: 'Microsoft YaHei'; padding: 0px; margin: 0px; }
ul, ol, li { list-style: none; }
select, input, img, select { vertical-align: middle; }
a { color: Black; text-decoration: none; }
    a:hover { color: Red; text-decoration: none; }
.clear_all { clear: both; }

.noscript { position: absolute; z-index: 999; height: 2046px; top: 0px; left: 0px; width: 100%; background: white; text-align: center; }

.tab_title {
    background-color: #e0ecff;
    color: #3c8dbc;
    padding: 0 10px;
    border-top: 1px solid #95B8E7;
    border-bottom: 1px solid #95B8E7;
}
.mar_bottom_10 {
    margin-bottom:10px;
}
.price {
    color:tomato
}
.orderstate_fontsize {
    font-size:18px
}
.noneData {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    align-items:center;
    text-align:center;
    justify-content:center
}
    .noneData img {
        display:block;
        height:150px;
        width:150px;
        opacity:0.3;
    }

.table_style td.td_title {
    width: 90px;
    text-align: right;
    font-size: 12px;
    background: #e0ecff;
    padding-right: 10px
}
.btn_style {
    border-radius: 5px;
    border: 1px solid #dedddd;
    color: #353738;
    background-color: #f0eeee;
}